home *** CD-ROM | disk | FTP | other *** search
- -- card: 2898 from stack: in.1
- -- bmap block id: 8515
- -- flags: 0000
- -- background id: 2632
- -- name: aspects
- ----- HyperTalk script -----
- on openCard
- hide card field id 6
- hide card field id 7
- hide card field id 8
- hide card field id 9
- hide card field id 10
- hide card field id 11
- hide card field id 15
- hide card field id 16
- hide card field id 17
- end openCard
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=19 top=53 right=316 bottom=234
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 13
- -- part name: premiere
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=233 top=53 right=299 bottom=452
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 13
- -- part name: alternate
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=387 top=306 right=327 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print data
- ----- HyperTalk script -----
- on mouseUp
- set the lockScreen to true
- open printing
- show card field id 6 of card id 10033
- show card field id 7 of card id 10033
- show card field id 8 of card id 10033
- show card field id 9 of card id 10033
- show card field id 13 of card id 10033
- print card id 10033
- set the lockScreen to true
- show card field id 6 of card id 2898
- show card field id 7 of card id 2898
- show card field id 8 of card id 2898
- show card field id 9 of card id 2898
- show card field id 10 of card id 2898
- show card field id 11 of card id 2898
- print card id 2898
- close printing
- hide card field id 6 of card id 2898
- hide card field id 7 of card id 2898
- hide card field id 8 of card id 2898
- hide card field id 9 of card id 2898
- hide card field id 10 of card id 2898
- hide card field id 11 of card id 2898
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=0 top=0 right=342 bottom=12
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 8 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=0 top=0 right=34 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 9 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=0 top=327 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 11 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=298 top=24 right=45 bottom=344
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=280 top=306 right=328 bottom=380
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Continue
- ----- HyperTalk script -----
- on mouseUp
- put line 11 of card field id 15 of card id 2898 into ascendant
- put line 12 of card field id 15 of card id 2898 into midheaven
- put 100 into dotradius
- put card field id 1 of card id 10033 into card field id 15 of card id 9550
- go to next card
- choose select tool
- drag from 70,10 to 428, 338
- doMenu Clear Picture
-
- choose line tool
- set the linesize to 1
- set the pattern to 12
- put the number of lines in card field id 16 of card id 2898 into m
- repeat with x = 1 to m
- put item 1 of line x of card field id 16 of card id 2898 into angA
- put item 2 of line x of card field id 16 of card id 2898 into angB
- if angA = ascendant or angA = midheaven then next repeat
- if angB = ascendant or angB = midheaven then next repeat
- put 260 + round(dotradius * cos(angA * pi/180)) into xspotA
- put 180 + round(dotradius * sin(angA * pi/180)) into yspotA
- put 260 + round(dotradius * cos(angB * pi/180)) into xspotB
- put 180 + round(dotradius * sin(angB * pi/180)) into yspotB
- drag from xspotA, yspotA to xspotB, yspotB with optionKey
- end repeat
-
-
- put the number of lines in card field id 17 of card id 2898 into m
- repeat with x = 1 to m
- put item 1 of line x of card field id 17 of card id 2898 into angA
- put item 2 of line x of card field id 17 of card id 2898 into angB
- if angA = ascendant or angA = midheaven then next repeat
- if angB = ascendant or angB = midheaven then next repeat
- put 260 + round(dotradius * cos(angA * pi/180)) into xspotA
- put 180 + round(dotradius * sin(angA * pi/180)) into yspotA
- put 260 + round(dotradius * cos(angB * pi/180)) into xspotB
- put 180 + round(dotradius * sin(angB * pi/180)) into yspotB
- drag from xspotA, yspotA to xspotB, yspotB
- end repeat
-
- choose brush tool
- set the brush to 7
- repeat with x = 1 to 10
- put line x of card field id 15 of card id 2898 into angle
- put 260 + round(dotradius * cos(angle * pi/180)) into xspot
- put 180 + round(dotradius * sin(angle * pi/180)) into yspot
- click at xspot, yspot
- end repeat
-
- set the brush to 4
- repeat with x = 11 to 12
- put line x of card field id 15 of card id 2898 into angle
- put 260 + round(dotradius * cos(angle * pi/180)) into xspot
- put 180 + round(dotradius * sin(angle * pi/180)) into yspot
- click at xspot, yspot
- end repeat
- choose browse tool
- click at 21,108
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=265 top=302 right=342 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 15 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=263 top=181 right=212 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 16 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=262 top=213 right=244 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 17 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=262 top=248 right=279 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=476 top=305 right=330 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 11045 / 11045
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go home
- end mouseUp
-
-
-
- -- part 7 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=470 top=0 right=329 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part contents for card part 15
- ----- text -----
- 186.666667
- 33.816667
- 192.8
- 194.65
- 122.333333
- 2.65
- 285.766667
- 56.816667
- 327.816667
- 31.383333
- 278.683333
- 7
-
- -- part contents for card part 16
- ----- text -----
- 186.666667,122.333333
- 33.816667,327.816667
- 33.816667,278.683333
- 122.333333,2.65
- 122.333333,56.816667
- 122.333333,7
- 2.65,56.816667
- 327.816667,31.383333
- 31.383333,278.683333
-
- -- part contents for card part 17
- ----- text -----
- 186.666667,2.65
- 186.666667,278.683333
- 186.666667,7
- 33.816667,122.333333
- 192.8,285.766667
- 192.8,278.683333
- 192.8,7
- 194.65,285.766667
- 194.65,278.683333
- 194.65,7
- 122.333333,31.383333
- 2.65,278.683333
- 56.816667,327.816667